home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2003 November A / PCWK1103A.iso / Top10FreewarePL-SOFT / Milo / milo060setup.exe / {app} / Milo.exe / 0 / RCDATA / TFRI_ADDFORM / TFRI_ADDFORM.txt
Text File  |  2003-09-19  |  2KB  |  114 lines

  1. object fri_addform: Tfri_addform
  2.   Left = 361
  3.   Top = 221
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Milo - dodawanie przyjaciela'
  7.   ClientHeight = 201
  8.   ClientWidth = 281
  9.   Color = clBtnFace
  10.   Font.Charset = EASTEUROPE_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'Tahoma'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poMainFormCenter
  17.   OnClose = FormClose
  18.   OnCreate = FormCreate
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object fri_add: TButton
  23.     Left = 8
  24.     Top = 168
  25.     Width = 65
  26.     Height = 25
  27.     Caption = '&Dodaj'
  28.     TabOrder = 0
  29.     OnClick = fri_addClick
  30.   end
  31.   object fri_clean: TButton
  32.     Left = 80
  33.     Top = 168
  34.     Width = 65
  35.     Height = 25
  36.     Caption = '&Wyczy'#347#263
  37.     TabOrder = 1
  38.     OnClick = fri_cleanClick
  39.   end
  40.   object fri_cancel: TButton
  41.     Left = 208
  42.     Top = 168
  43.     Width = 65
  44.     Height = 25
  45.     Caption = '&Anuluj'
  46.     TabOrder = 2
  47.     OnClick = fri_cancelClick
  48.   end
  49.   object GroupBox1: TGroupBox
  50.     Left = 8
  51.     Top = 8
  52.     Width = 265
  53.     Height = 153
  54.     Caption = 'Dodaj / edytuj przyjaciela'
  55.     TabOrder = 3
  56.     object Label1: TLabel
  57.       Left = 8
  58.       Top = 20
  59.       Width = 90
  60.       Height = 13
  61.       Caption = 'Nazwa przyjaciela:'
  62.     end
  63.     object Label7: TLabel
  64.       Left = 8
  65.       Top = 68
  66.       Width = 63
  67.       Height = 13
  68.       Caption = 'Adres e-mail:'
  69.     end
  70.     object Label2: TLabel
  71.       Left = 128
  72.       Top = 68
  73.       Width = 127
  74.       Height = 13
  75.       Alignment = taRightJustify
  76.       AutoSize = False
  77.       Caption = '(np: jan@kowalski.pl)'
  78.     end
  79.     object Label3: TLabel
  80.       Left = 8
  81.       Top = 108
  82.       Width = 249
  83.       Height = 41
  84.       AutoSize = False
  85.       Caption = 
  86.         'U'#380'ycie "*" spowoduje, i'#380' adres przyjaciela zostanie potraktowany' +
  87.         ' jako wzorzec do por'#243'wnania z adresatem sprawdzanej wiadomo'#347'ci.'
  88.       Font.Charset = EASTEUROPE_CHARSET
  89.       Font.Color = clGray
  90.       Font.Height = -11
  91.       Font.Name = 'Tahoma'
  92.       Font.Style = []
  93.       ParentFont = False
  94.       WordWrap = True
  95.     end
  96.     object fri_nazwa: TEdit
  97.       Left = 8
  98.       Top = 36
  99.       Width = 249
  100.       Height = 21
  101.       MaxLength = 256
  102.       TabOrder = 0
  103.     end
  104.     object fri_mail: TEdit
  105.       Left = 8
  106.       Top = 84
  107.       Width = 249
  108.       Height = 21
  109.       MaxLength = 256
  110.       TabOrder = 1
  111.     end
  112.   end
  113. end
  114.